home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / wildcat / lfils101.zip / BADFILES.BAT next >
DOS Batch File  |  1992-04-15  |  1KB  |  31 lines

  1. @ECHO OFF
  2. cls
  3. rem  This batch file uses Rob Green's LSTFILES.EXE to generate a CLEAN
  4. rem  listing of every file on your hard drive(s) suitable for incorporation
  5. rem  into WildCat's BADFILES.LST.
  6.  
  7. rem  I previously renamed BADFILES.LST to BADFILES.NAM so it would not be 
  8. rem  overwritten by any output files.  I use the BADFILES.NAM file to hold
  9. rem  the filenames I don't have and don't want on my system.
  10.  
  11. rem  Here I generate an interum list of all files on drives C: and D:.
  12. LSTFILES SYSFILES.LST /iCD
  13.  
  14. rem  Now I use DOS's "copy plus" function to combine LSTFILES output with
  15. rem  with my custom BADFILES.NAM to create WildCat!'s BADFILES.LST. 
  16. COPY SYSFILES.LST + BADFILES.NAM \WC30\BADFILES.LST
  17.  
  18. rem  Now your callers won't waste time uploading something already on
  19. rem  your system as every single file is listed, no matter what the
  20. rem  file's attributes are and you've just added one more layer of
  21. rem  security to your system.
  22.  
  23. rem  This batch file was created by Kevin Hoffman.  Updated by Rob Green.
  24.  
  25. rem  You can use this batch file as an event everyday, or you can just
  26. rem  type it in manually every so often
  27.  
  28. rem  Thanks for using LSTFILES.EXE.
  29.  
  30. ECHO                 PLEASE * REGISTER YOUR SHAREWARE * PLEASE
  31.